home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / video10.zip / VIDEO.DOC < prev   
Text File  |  1990-08-17  |  7KB  |  177 lines

  1.  
  2.                 ╒══════════════════════════════════════════════╕
  3.                 │  Video 1.0 - EGA/VGA screen display utility  │
  4.                 └──────────────────────────────────────────────┘
  5.  
  6.  V.Exe and Video.Doc written by geoffrey booher 1:11/233.0 @FidoNet
  7.  
  8.  
  9.  
  10.  disclaimer:
  11.  ───────────
  12.  Video 1.0 is *ONLY* guaranteed to consume diskspace.  It has been
  13.  extensively tested and found to be pretty reliable.  In no way is
  14.  the author of this program responsible for any damages, consequential,
  15.  or otherwise from the neglect of Video 1.0's use or misuse.  Video 1.0 is
  16.  provided as is, without warranty of any kind, either expressed or implied.
  17.  
  18.  
  19.  Please do not recompress/reprocess the original distribution archive.
  20.  
  21.  Video 1.0 is Public Domain Software.  It may be freely used on any
  22.  Computer with the following restrictions:
  23.  
  24.  1.  Any part of Video 1.0 is NOT to be modified in *any* way.
  25.  
  26.  2.  Video 1.0 may NOT be utilized in any unlawful or illegal manner.
  27.  
  28.  3.  No Fees may be charged for Video 1.0 - other than diskette cost.
  29.  
  30.  
  31.  support:
  32.  ────────
  33.  Send Net-Mail to Geoffrey Booher, 1:11/233 @FidoNet.  If you are expecting a
  34.  response, usually if you return poll me within 24 hours (nay weekends)
  35.  I'll respond with Net-Mail on HOLD for you.  This assumes you are in a
  36.  current FidoNet Nodelist.
  37.  
  38.  Geoffrey Booher - SysOp - The Gateway Net Bulletin Board System
  39.                            1:11/233.0 @FidoNet
  40.                            (815) 233-5008  1200/2400/9600/14.4 HST/V32
  41.                            1228 Seeley
  42.                            Freeport, IL  61032-4955
  43.                            USA
  44.  
  45.  
  46.  If you are not in FidoNet, contact me through my Bulletin Board System,
  47.  or send me 'regular' postal mail.
  48.  
  49.  This program does not require any fees for useage.  If you really like my
  50.  program, I won't turn down a donation.  Actually, any feedback received
  51.  would be nice enough.  Most of todays software can run in the current
  52.  screen mode.  So V is handy to change it quickly, it is MUCH more flexible
  53.  than going into a programs configuration to change it!  Enjoy my utility.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  overview and features:
  60.  ──────────────────────
  61.  
  62.  Video 1.0 is a screen display utility for EGA/VGA display adapters.
  63.  
  64.  It's main purpose is to change a normal 25-line display to 43-lines for EGA
  65.  and 50-lines for VGA (and back again when needed).  It also has other
  66.  features as well.  It will detect and display the type of video display
  67.  adapter that is installed on your system.  And, it will clear a screen
  68.  completely in any color video mode.  If you have an enhanced ANSI driver
  69.  loaded, such as David Nugent's DNANSI, this driver enables all 43 or 50
  70.  lines at the DOS prompt.  In this case, a DOS CLS command will only clear
  71.  off the top 25 lines of the screen in some instances.  Video 1.0 will clear
  72.  ALL the screen, except if in 43/50-line black & white mode in some instances.
  73.  'In some instances'- meaning I have noticed varying behavior with CLS using
  74.  different video graphics boards.  The EGA card I use needs a V /C clearscreen,
  75.  while some VGA Systems I use the DOS CLS command will clear the screen in
  76.  50-line mode.  It will depend on your particular system whether V /C is
  77.  needed or not.
  78.  
  79.  
  80.  Note:  Some program configurations will FORCE the current video mode.  For
  81.         example, my Turbo C++ compiler will run in what is setup in the
  82.         TC configuration.  So, if I have 25-line mode setup in TC, this
  83.         mode will always be displayed, even if I am in 43/50-line mode at
  84.         the DOS prompt.  What I consider 'smarter' software, is software
  85.         that will display automatically in whatever mode the current display
  86.         lines are.  Example, my text editor will run in whichever mode I set
  87.         with V commands, either 25 or 43/50-line modes.  This is where the
  88.         benefit in the V utility shines.
  89.  
  90.  
  91.  setting up Video 1.0:
  92.  ─────────────────────
  93.  Put V.Exe anywhere in your PATH, along with any of your other PC utilities.
  94.  See your DOS manual about the PATH Statement if needed.  That's all there
  95.  is to installation.  If you have a program or batch file called V.Com or
  96.  V.Bat, you may wish to rename V.Exe to some filename more suitable.
  97.  The original name of this program started out as Video.Exe, but I found out
  98.  that V.Exe was easier and more suitable.  :-)
  99.  
  100.  
  101.  Video Command line parameters: (case insensitive)
  102.  
  103.  
  104.  V /? or /H  Display command line options
  105.  V /B  - change screen to Black & White 80 x 25
  106.  V /C  - clear the screen, any color mode - DOS CLS replacement
  107.  V /D  - display video adapter hardware type
  108.  V /25 - change screen to 80 x 25 color mode
  109.  V /43 - change screen to EGA 80 x 43 mode
  110.  V /50 - change screen to VGA 80 x 50 mode
  111.  
  112.  
  113.  
  114.  
  115.  Video 1.0 technical info:
  116.  ─────────────────────────
  117.  V.Exe was compiled with Borland International's Turbo(C++) 1.00
  118.  using the Small Memory Module ( < 64kb ).
  119.  
  120.  Video 1.0 exits with the following errorlevels for trapping in a *.Bat
  121.  file.  Although not really needed, they are there for a batchfile guru.
  122.  <grin>
  123.  
  124.     errorlevel 4 - /H help parameter used
  125.     errorlevel 3 - invalid command line parameter entered or missing '/'
  126.     errorlevel 2 - invalid command chosen (i.e: V /43 on a CGA or VGA)
  127.     errorlevel 1 - no graphics display adapter present
  128.     errorlevel 0 - successful completion
  129.  
  130.  Video 1.0 was tested on a PC/AT 80286/12MHz EGA system under DOS 4.01.
  131.  It should work with DOS 2.0 or above.
  132.  
  133.  
  134.  Video 1.0 will correctly detect the following video diplay adapters;
  135.  V /D will detect any of the below graphics hardware if present;
  136.  V /C will clear the screen of any of the below graphics hardware;
  137.  If no graphics adapter is present, it will notify you with an error.
  138.  
  139.   Type:                   Valid Commands:
  140.  
  141.  
  142.   IBM 3270 PC             V /B   V /25
  143.   AT&T 6300               V /B   V /25
  144.   Hercules Monochrome     V /B
  145.   CGA                     V /B   V /25
  146.   MCGA                    V /B   V /25
  147.   EGA Monochrome          V /B   V /43
  148.   EGA 64k                 V /B   V /25   V /43
  149.   EGA 256k                V /B   V /25   V /43
  150.   VGA                     V /B   V /25   V /50
  151.   IBM 8514 VGA            V /B   V /25   V /50
  152.  
  153.   Note:  After a V /B, a V /25 is required to restore color mode.
  154.          Video /43 or Video /50 after Video /B is still black and white mode,
  155.          and this causes the V /C command to exhibit different results using
  156.          certain video cards.
  157.  
  158.  thanks:
  159.  ───────
  160.  Thanks to Kevin Zimmerman 1:11/868 @FidoNet for finding the bugs and for
  161.  being my beta tester, which meant about a version an hour!
  162.  
  163.  misc:
  164.  ─────
  165.  The following products/examples are the Copyrighted materials of their
  166.  respective named holders:
  167.  
  168.  Turbo(C++) 1.00                 Borland International
  169.  
  170.  DNANSI                          David Nugent
  171.  
  172.  DOS                             International Business Machines and Microsoft
  173.  IBM, PC/AT                      International Business Machines
  174.  
  175.  
  176.  
  177.